home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEMP / GNU / bison / CDeclarati < prev    next >
Text File  |  1995-06-28  |  667b  |  15 lines

  1. C Declarations
  2. Previous: <Grammar Outline=>GrammarOut> * Next: <Bison Declarations=>BisonDecla> * Up: <Grammar Outline=>GrammarOut>
  3.  
  4. #Wrap on
  5. {fH4}The C Declarations Section{f}
  6.  
  7. The {fStrong}C declarations{f} section contains macro definitions and
  8. declarations of functions and variables that are used in the actions in the
  9. grammar rules.  These are copied to the beginning of the parser file so
  10. that they precede the definition of {fCode}yyparse{f}.  You can use
  11. {fEmphasis}\#include{f} to get the declarations from a header file.  If you don't
  12. need any C declarations, you may omit the {fEmphasis}%\{{f} and {fEmphasis}%\}{f}
  13. delimiters that bracket this section.
  14.  
  15.